Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue1139 add nunit4 tests #1156

Merged
merged 2 commits into from
Feb 22, 2022

Conversation

manfred-brands
Copy link
Member

Fixes #1139

First commit is to find a preview version of VS2022 when VS2019 is installed.
The code should preferably throw if it can't find MSBuild 17.0 as the .NET 6 sdk complains it it is run with MSBuild 15.0
Also update the minimum requirement in BUILDING.md

Second commit adds mock-assembly-nunit4 and associated tests.

Copy link
Collaborator

@CharliePoole CharliePoole left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice and clean! Thanks for doing this. If you're willing, I can definitely find more for you to do. 👍

</PropertyGroup>

<ItemGroup>
<PackageReference Include="NUnit" Version="4.0.0-dev-07273" />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like that you specify an exact build here, to avoid errors due to changes in the framework project. It would be nice to use a property, based no a constant we define more prominently at the top level, but that's probably best for a latter improvement.

@CharliePoole CharliePoole merged commit 584ae4f into nunit:main Feb 22, 2022
@CharliePoole
Copy link
Collaborator

@manfred-brands I sent you an invitation to join the engine team. If you have questions, feel free to contact me offline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a package test that uses nunit framework 4.0
2 participants